home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMPROXYSETTINGS / TFORMPROXYSETTINGS.txt
Text File  |  2005-05-31  |  3KB  |  139 lines

  1. object formProxySettings: TformProxySettings
  2.   Left = 466
  3.   Top = 342
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Proxy settings'
  7.   ClientHeight = 222
  8.   ClientWidth = 280
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMode = pmAuto
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object groupNecessary: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 280
  24.     Height = 81
  25.     Align = alTop
  26.     Caption = 'Necessary settings'
  27.     TabOrder = 0
  28.     object labelNecessary0: TLabel
  29.       Left = 16
  30.       Top = 24
  31.       Width = 65
  32.       Height = 17
  33.       AutoSize = False
  34.       Caption = 'Host:'
  35.     end
  36.     object labelNecessary1: TLabel
  37.       Left = 16
  38.       Top = 48
  39.       Width = 65
  40.       Height = 17
  41.       AutoSize = False
  42.       Caption = 'Port:'
  43.     end
  44.     object eHost: TEdit
  45.       Left = 88
  46.       Top = 24
  47.       Width = 177
  48.       Height = 21
  49.       Hint = 
  50.         'Enter just the proxy name or IP here, like mycomp.local or 127.0' +
  51.         '.0.1'
  52.       ParentShowHint = False
  53.       ShowHint = True
  54.       TabOrder = 0
  55.     end
  56.     object ePort: TEdit
  57.       Left = 88
  58.       Top = 48
  59.       Width = 177
  60.       Height = 21
  61.       Hint = 'This is usually either 8080 or 80.'
  62.       ParentShowHint = False
  63.       ShowHint = True
  64.       TabOrder = 1
  65.     end
  66.   end
  67.   object groupAuthentication: TGroupBox
  68.     Left = 0
  69.     Top = 81
  70.     Width = 280
  71.     Height = 104
  72.     Align = alTop
  73.     Caption = 'Authentication'
  74.     TabOrder = 1
  75.     object labelAuth0: TLabel
  76.       Left = 16
  77.       Top = 48
  78.       Width = 65
  79.       Height = 17
  80.       AutoSize = False
  81.       Caption = 'User name:'
  82.     end
  83.     object labelAuth1: TLabel
  84.       Left = 16
  85.       Top = 72
  86.       Width = 65
  87.       Height = 17
  88.       AutoSize = False
  89.       Caption = 'Password:'
  90.     end
  91.     object cbUseAuth: TCheckBox
  92.       Left = 8
  93.       Top = 24
  94.       Width = 257
  95.       Height = 17
  96.       Caption = 'Proxy server needs login...'
  97.       TabOrder = 0
  98.     end
  99.     object eUsername: TEdit
  100.       Left = 88
  101.       Top = 48
  102.       Width = 177
  103.       Height = 21
  104.       Hint = 'The user name you have to use for authentication...'
  105.       ParentShowHint = False
  106.       ShowHint = True
  107.       TabOrder = 1
  108.     end
  109.     object ePassword: TEdit
  110.       Left = 88
  111.       Top = 72
  112.       Width = 177
  113.       Height = 21
  114.       Hint = 'The password you have to use for authentication...'
  115.       ParentShowHint = False
  116.       PasswordChar = '*'
  117.       ShowHint = True
  118.       TabOrder = 2
  119.     end
  120.   end
  121.   object bnOK: TBitBtn
  122.     Left = 184
  123.     Top = 192
  124.     Width = 89
  125.     Height = 25
  126.     TabOrder = 2
  127.     Kind = bkOK
  128.   end
  129.   object bnCancel: TBitBtn
  130.     Left = 80
  131.     Top = 192
  132.     Width = 89
  133.     Height = 25
  134.     Caption = 'Cancel'
  135.     TabOrder = 3
  136.     Kind = bkAbort
  137.   end
  138. end
  139.